GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-11T10:30:59.0673843+00:00",
"SubmitDate": "2026-05-11T10:30:59.0673843+00:00",
"ReportPeriodStart": "2026-05-11T10:30:59.0673843+00:00",
"ReportPeriodEnd": "2026-05-11T10:30:59.0673843+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cbd0bd9a-6e04-4880-b271-a6df44951045",
"Rows": [
{
"ItemId": "8090395a-09ed-4c78-83c3-8dd0ec53fae9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8090395a-09ed-4c78-83c3-8dd0ec53fae9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cbd0bd9a-6e04-4880-b271-a6df44951045",
"Rows": [
{
"ItemId": "8090395a-09ed-4c78-83c3-8dd0ec53fae9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8090395a-09ed-4c78-83c3-8dd0ec53fae9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"cb2bd87d-96ec-4808-a471-1c2bc3dc8761",
"d1aef50f-ee20-40fe-b256-f84a5564e9d5"
],
"Approvers": [
"0666156a-5342-4b26-abe7-83f27282724a",
"d45d8294-0911-4af8-975f-5573ee3ddbd3"
],
"ApprovedBy": "964c3edc-e27b-41a3-afc9-bd3db2747688",
"ApprovalDate": "2026-05-11T10:30:59.0673843+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e1e91144-1839-4dfc-8b64-bf97b0173c72",
"id": "a70808f1-41d0-45fb-ba17-01b927ce704f",
"ConfigId": "18172438-6579-4d5f-8799-7e513ef0634d"
},
{
"GenerationDate": "2026-05-11T10:30:59.0673843+00:00",
"SubmitDate": "2026-05-11T10:30:59.0673843+00:00",
"ReportPeriodStart": "2026-05-11T10:30:59.0673843+00:00",
"ReportPeriodEnd": "2026-05-11T10:30:59.0673843+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cbd0bd9a-6e04-4880-b271-a6df44951045",
"Rows": [
{
"ItemId": "8090395a-09ed-4c78-83c3-8dd0ec53fae9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8090395a-09ed-4c78-83c3-8dd0ec53fae9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cbd0bd9a-6e04-4880-b271-a6df44951045",
"Rows": [
{
"ItemId": "8090395a-09ed-4c78-83c3-8dd0ec53fae9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8090395a-09ed-4c78-83c3-8dd0ec53fae9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"cb2bd87d-96ec-4808-a471-1c2bc3dc8761",
"d1aef50f-ee20-40fe-b256-f84a5564e9d5"
],
"Approvers": [
"0666156a-5342-4b26-abe7-83f27282724a",
"d45d8294-0911-4af8-975f-5573ee3ddbd3"
],
"ApprovedBy": "964c3edc-e27b-41a3-afc9-bd3db2747688",
"ApprovalDate": "2026-05-11T10:30:59.0673843+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e1e91144-1839-4dfc-8b64-bf97b0173c72",
"id": "a70808f1-41d0-45fb-ba17-01b927ce704f",
"ConfigId": "18172438-6579-4d5f-8799-7e513ef0634d"
}
]